home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950528-19950726 / 000309_news@columbia.edu_Tue Jul 11 12:38:53 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA13278
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 11 Jul 1995 11:15:46 -0400
  3. Received: by apakabar.cc.columbia.edu id AA27899
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 11 Jul 1995 11:15:42 -0400
  5. Path: news.columbia.edu!spcuna!solaris.cc.vt.edu!news.mathworks.com!news.kei.com!bloom-beacon.mit.edu!usc!cs.utexas.edu!news.sprintlink.net!Pulsar.Tach.Net!news
  6. From: "Corey A. Johnson" <cjohnson@mercedes.surf.tach.net>
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: DOS TCP/IP to Linux
  9. Date: 11 Jul 1995 12:38:53 GMT
  10. Organization: Mercedes Homes, INC.
  11. Lines: 49
  12. Message-Id: <3ttrct$q4e@Pulsar.Tach.Net>
  13. Nntp-Posting-Host: mercedes.surf.tach.net
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=us-ascii
  16. Content-Transfer-Encoding: 7bit
  17. X-Mailer: Mozilla 1.1N (Windows; I; 16bit)
  18. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  19.  
  20. Okay, I am about to lose my mind...  I am not very experienced with
  21. TCP/IP (as you are about to determine) and I seem to be having problems
  22. doing the simplest things...
  23.    My goal is to be able to telnet from my DOS PC to my Linux system via
  24. an ethernet LAN using 3COM 509 NICs.  I configured TCP/IP on Linux and it
  25. *seems* to be working correct... (how can I be sure?)  I don't get any
  26. errors at boot... The IP addresses I used should be fine, because it is
  27. only the two systems on the net... I am not 100% sure about the hosts
  28. files and such... but I went through them all and they *seem* correct...
  29. But when I try to telnet from MS-Kermit on my DOS PC, I get the messages
  30. about Host must be down, and unable to resolve host name...  Maybe
  31. MS-Kermit isn't configured correctly...
  32.    I am using ODI drivers, is this the best method?  I am not using any
  33. other protocol, just IP, ARP and RARP... to start the protocols I have a
  34. batch file:
  35.  
  36.     lsl.com
  37.     3C5X9.com
  38.     ipxodi.com
  39.  
  40.    My net.cfg file is:
  41.  
  42. protocol KERMIT
  43.         bind 3C5X9
  44.  
  45. Link Support
  46.         Buffers 6 1600
  47.  
  48. Link Driver 3C5X9
  49.         INT 10
  50.         PORT 300
  51.         FRAME Ethernet_II
  52.         Protocol IP     0800    Ethernet_II
  53.         Protocol ARP    0806    Ethernet_II
  54.         Protocol RARP   8035    Ethernet_II
  55.  
  56.    I do not IPX/SPX, just the above protocols...  but when ipxodi is 
  57. executed, it says that protocol 8137 (ipx/spx) is bound to the NIC... 
  58. shouldn't that be IP (0800) instead?  What am I doing wrong?  Am i going 
  59. about this the wrong way?  Should I use some other method instead of ODI?
  60.  
  61.   Any assistance would be greatly appreciated...
  62.  
  63. Dazed and Confused
  64. Corey
  65.  
  66.  
  67.  
  68.